Put the list of column types in a macro
authorFederico Mena Quintero <federico@novell.com>
Fri, 11 Sep 2009 19:28:36 +0000 (14:28 -0500)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 20:06:19 +0000 (22:06 +0200)
commitc39e8af7f4f527dbee1b01e5ae4c14d93c58185d
tree379fa58eb191c694e6ba25cece47ba8a1b1e7b24
parent4c242317b0e621f87500e41c1043b5bea223d17c
Put the list of column types in a macro

Every call to _gtk_file_system_model_new*() gets the same list of column types,
so we now keep the list in a macro instead of having duplicated copies all around.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilechooserdefault.c